#portailContainer{
    margin-top: 20px;
    display: flex;
    /*border-color: #023047;*/
}

#portailButton {
    font-family: Verdana, 'Lucida Grande', Helvetica, Swiss, Arial, sans-serif, SunSans-Regular;

    width: 3cm;
    height: 1cm;
    padding: 0.5vw;
    background-color: #219ebc;
    color: antiquewhite;
    text-align: center;
    font-size: 35px;

    border: 5px;
    border-style: solid;
    border-color: #023047;
    border-radius: 25px;

    align-self: center;
}

#portailButton:hover {
    background-color: #023047;
    border-color: #219ebc;
}